home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 118
/
MacAddict 118 2006-06.toast
/
Software
/
Productivity
/
Yojimbo 1.1 (trial).dmg
/
Yojimbo.app
/
Contents
/
Resources
/
English.lproj
/
OrganizerDataModel.strings
< prev
Wrap
Text (UTF-16)
|
2006-02-28
|
6KB
|
81 lines
/* Entities */
/* These are all the Properties in the data model, including some */
/* which end-users should never see. Nonetheless, we'll fill in */
/* the dictionary here */
"Entity/Blob" = "Blob";
"Entity/Group" = "Collection";
"Entity/SerialNumber" = "Serial Number";
"Entity/WebBookmark" = "Web Bookmark";
"Entity/Note" = "Note";
"Entity/NoteBlob" = "Note Internal Storage";
"Entity/Label" = "Label";
"Entity/Library" = "Library";
"Entity/Item" = "Item";
"Entity/SyntheticSmartGroup" = "Built-In Smart Group";
"Entity/PDFArchiveBlob" = "PDF Archive Internal Storage";
"Entity/PDFArchive" = "PDF Archive";
"Entity/SmartGroup" = "Smart Collection";
"Entity/FolderGroup" = "Collection";
"Entity/Trash" = "Trash";
"Entity/WebArchive" = "Web Archive";
"Entity/Password" = "Password";
"Entity/EncryptionKey" = "Encryption Key";
"Entity/WebArchiveBlob" = "Web Archive Internal Storage";
/* Properties */
/* For now, we assume that the name mappings can be shared among */
/* the Entities that share a Property name. If this is not the case, */
/* use the form: */
/* "Property/NonLocalizedPropertyName/Entity/EntityName" */
/* to make them Entity-specific */
"Property/account" = "Account Name";
"Property/activationKey" = "Activation Key";
"Property/attributedString" = "Attributed String";
"Property/blob" = "Internal Storage";
"Property/bytes" = "Raw Bytes";
"Property/children" = "Children";
"Property/cipher" = "Cipher";
"Property/color" = "Color";
"Property/colorData" = "Color Data";
"Property/comments" = "Comments";
"Property/customIcon" = "Custom Icon";
"Property/customIconData" = "Custom Icon Data";
"Property/dateCreated" = "Date Created";
"Property/dateModified" = "Date Modified";
"Property/dateTrashed" = "Date Trashed";
"Property/digest" = "Digest";
"Property/displayIndex" = "Display Index";
"Property/encrypted" = "Encrypted";
"Property/encryptedBlobs" = "Encrypted Blob List";
"Property/encryptedKey" = "Encrypted Key";
"Property/EncryptedPassword" = "Encrpyted Password";
"Property/encryptionKey" = "Encryption Key";
"Property/fetchLimit" = "Fetch Limit";
"Property/flagged" = "Flagged";
"Property/groups" = "Collections";
"Property/hidden" = "Hidden";
"Property/inTrash" = "In Trash";
"Property/items" = "Items";
"Property/kind" = "Kind";
"Property/label" = "Label";
"Property/lastOpenedDate" = "Date Last Opened";
"Property/location" = "Account Location";
"Property/name" = "Name";
"Property/openedCount" = "Number of Times Opened";
"Property/organization" = "Organizaton";
"Property/owner" = "Owner";
"Property/parent" = "Parent";
"Property/passwordHint" = "Password Hint";
"Property/predicateData" = "Smart Collection Query";
"Property/priority" = "Priority";
"Property/serialNumber" = "Serial Number";
"Property/sortDescriptorData" = "Sort Descriptor Data";
"Property/string" = "String";
"Property/trashAfterOpening" = "Trash After Opening";
"Property/urlString" = "Target URL";
"Property/uuid" = "Unique Identifier";